body , html {
	margin: auto 0;
	width: 100%;
	min-height: 100%;
	font-family: "Acme", sans-serif;
	
}

.bg-wit {
	color: white;
}

p {
	color: white;
	text-align: left;
	font-size: 25px;
}


h1 {
	color: white;
	text-align: center;
	font-size:55px;
}

h2 {
	color: white;
	text-align: center;
	font-size: 35px;
}

.backup {
	display: inline-block;
	margin-left: 35%;
}

.backup:hover {
	color: #2b5988;
}

h4 {
	text-align: center;	
}

.bg-donkercyan {
	background-color: #30669c;
	color: white;
	text-align: center;
}

.bg-lightcyan {
	background-color: #2b5988;
}

.bg-midcyan {
	background-color: #12273b;
}

.bg-sidecyan {
	background-color: #0c1a27;
}

.center {
	width: 100%;
}

.rounded-circle {
	margin-left: auto;
  	margin-right: auto;
	display: block;
	margin-top: 10px;
}

.dropdown-menu {
	background-color: #30669c;
	
}

.dropdown-item {
	color: white;
}

ul {
	color: white;
	font-size: 20px;
}

.nav-item {
	font-size: 28px;
}

.zoom {
	float:left;
	background-color: white;
	transition: transform .2s; /* Animation */
	margin: 0 auto;
  }
  .zoom:hover {
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  li {
	  text-align: left;
  }

  .middle {
	  text-align: center;
  }




